projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93abbfe
)
(edit-kbd-macro): Recognize new default binding for
author
Kim F. Storm
<storm@cua.dk>
Sun, 1 Sep 2002 21:26:25 +0000
(21:26 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 1 Sep 2002 21:26:25 +0000
(21:26 +0000)
C-x e in addition to old binding.
lisp/edmacro.el
patch
|
blob
|
history
diff --git
a/lisp/edmacro.el
b/lisp/edmacro.el
index ae1b3f59896dc1925f9f18091f6687c9236fff6e..dc538ab5f92e41f19932af9252eb926c2151c04e 100644
(file)
--- a/
lisp/edmacro.el
+++ b/
lisp/edmacro.el
@@
-105,7
+105,7
@@
With a prefix argument, format the macro in a more concise way."
(cond (store-hook
(setq mac keys)
(setq cmd nil))
- ((or (
eq cmd 'call-last-kbd-macro
)
+ ((or (
memq cmd '(call-last-kbd-macro kmacro-call-macro kmacro-end-or-call-macro)
)
(member keys '("\r" [return])))
(or last-kbd-macro
(y-or-n-p "No keyboard macro defined. Create one? ")